All Questions
3 questions
0votes
0answers
129views
nosuchelement:Unable to locate element: {"method":"xpath","selector":"//body/div[@id='root']/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]"}
can anyone help there is no such identifier how can i click this button this error arises when i use this code driver.findElement(By.xpath("//body/div[@id='root']/div[1]/div[1]/div[1]/div[1]/div[1]...
2votes
2answers
729views
How to click a button class using selenium in Python
<div class="wrapper"> <button class="w-full h-14 pt-2 pb-1 px-3 bg-accent text-dark-1 rounded-full md:rounded select-none cursor-pointer md:hover:shadow-big focus:outline-none ...
0votes
0answers
71views
Chrome test automation strange display errors
we use Chromedriver to run automated tests in Chrome and recently we are getting strange display errors. It's like Chromedriver doesn't load the pages fully - text is missing, images are flipped or ...